home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the blend of sprite 101 to 60
- set the memberNum of sprite 101 to 588
- end if
- end if
- updateStage()
- end
-
- on mouseEnter
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the memberNum of sprite 101 to 561
- set the blend of sprite 101 to 100
- else
- if shapetypes = 3 then
- set the memberNum of sprite 101 to 591
- set the blend of sprite 101 to 100
- end if
- end if
- end if
- end
-
- on mouseLeave
- global shapetypes
- set the memberNum of sprite 101 to 574
- end
-